﻿2026-06-05T00:45:19.6514134Z ##[group]Run actions/checkout@v5
2026-06-05T00:45:19.6515238Z with:
2026-06-05T00:45:19.6515803Z   repository: SaberMage/spt-core
2026-06-05T00:45:19.6522351Z   token: ***
2026-06-05T00:45:19.6522907Z   ssh-strict: true
2026-06-05T00:45:19.6523447Z   ssh-user: git
2026-06-05T00:45:19.6523998Z   persist-credentials: true
2026-06-05T00:45:19.6524598Z   clean: true
2026-06-05T00:45:19.6525158Z   sparse-checkout-cone-mode: true
2026-06-05T00:45:19.6525802Z   fetch-depth: 1
2026-06-05T00:45:19.6526325Z   fetch-tags: false
2026-06-05T00:45:19.6526889Z   show-progress: true
2026-06-05T00:45:19.6527442Z   lfs: false
2026-06-05T00:45:19.6528103Z   submodules: false
2026-06-05T00:45:19.6528721Z   set-safe-directory: true
2026-06-05T00:45:19.6529571Z ##[endgroup]
2026-06-05T00:45:19.8397208Z Syncing repository: SaberMage/spt-core
2026-06-05T00:45:19.8398849Z ##[group]Getting Git version info
2026-06-05T00:45:19.8399763Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-05T00:45:19.8776586Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T00:45:19.8989457Z git version 2.43.0.windows.1
2026-06-05T00:45:19.9020231Z ##[endgroup]
2026-06-05T00:45:19.9029263Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\d7d58168-c264-4735-a890-a920c6489445\.gitconfig'
2026-06-05T00:45:19.9043874Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\d7d58168-c264-4735-a890-a920c6489445' before making global git config changes
2026-06-05T00:45:19.9045691Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T00:45:19.9049785Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-05T00:45:19.9295028Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-05T00:45:19.9492968Z https://github.com/SaberMage/spt-core
2026-06-05T00:45:19.9523837Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T00:45:19.9528675Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T00:45:19.9737348Z refs/heads/dev-freeform
2026-06-05T00:45:19.9767463Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-05T00:45:20.0084442Z HEAD is now at dafbcd5 docs(plan): M5-D4 JIT plan — shell sleep/wake + owner cascade; close D3 plan
2026-06-05T00:45:20.0598487Z ##[endgroup]
2026-06-05T00:45:20.0599260Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-05T00:45:20.4500922Z ##[group]Cleaning the repository
2026-06-05T00:45:20.4505927Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-05T00:45:22.8450267Z Removing target/
2026-06-05T00:45:22.8495375Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-05T00:45:22.8897892Z HEAD is now at dafbcd5 docs(plan): M5-D4 JIT plan — shell sleep/wake + owner cascade; close D3 plan
2026-06-05T00:45:22.8925179Z ##[endgroup]
2026-06-05T00:45:22.8929671Z ##[group]Disabling automatic garbage collection
2026-06-05T00:45:22.8935051Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-05T00:45:22.9177610Z ##[endgroup]
2026-06-05T00:45:22.9177993Z ##[group]Setting up auth
2026-06-05T00:45:22.9184447Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T00:45:22.9424841Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T00:45:23.3101033Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T00:45:23.3344246Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T00:45:23.7049184Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T00:45:23.7285135Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T00:45:24.1387681Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-05T00:45:24.1702402Z ##[endgroup]
2026-06-05T00:45:24.1702834Z ##[group]Fetching the repository
2026-06-05T00:45:24.1712656Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2fe4573585bd61bc7ea27c632a042bacf7dd796d:refs/remotes/origin/dev-freeform
2026-06-05T00:45:24.8195728Z From https://github.com/SaberMage/spt-core
2026-06-05T00:45:24.8196269Z  + dafbcd5...2fe4573 2fe4573585bd61bc7ea27c632a042bacf7dd796d -> origin/dev-freeform  (forced update)
2026-06-05T00:45:24.8322791Z ##[endgroup]
2026-06-05T00:45:24.8323200Z ##[group]Determining the checkout info
2026-06-05T00:45:24.8324284Z ##[endgroup]
2026-06-05T00:45:24.8329699Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-05T00:45:24.8615923Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-05T00:45:24.8853009Z ##[group]Checking out the ref
2026-06-05T00:45:24.8857916Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T00:45:24.9295190Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-05T00:45:24.9295577Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-05T00:45:24.9296428Z Previous HEAD position was dafbcd5 docs(plan): M5-D4 JIT plan — shell sleep/wake + owner cascade; close D3 plan
2026-06-05T00:45:24.9296858Z Switched to and reset branch 'dev-freeform'
2026-06-05T00:45:24.9322106Z ##[endgroup]
2026-06-05T00:45:24.9582114Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-05T00:45:24.9797136Z 2fe4573585bd61bc7ea27c632a042bacf7dd796d
